Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.usermanager.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.platform.usermanager.properties inside nuxeo-platform-usermanager-core-9.10.jar /OSGI-INF/usermanager-properties.xml

Documentation

Controls whether we check the validity of password when changing it.

@since 8.4

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.usermanager.check.password">********</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Controls whether we check the validity of password when changing it.

      @since 8.4
    </documentation>
    <property name="nuxeo.usermanager.check.password">********</property>
  </extension>